From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 16:49:11 +0000 (+0100) Subject: gtk: fix PasswordEntry annotation X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e7fc8ad1f58bccaa39e8caa4a97ac9251b242f5b;p=gtk4.git gtk: fix PasswordEntry annotation --- diff --git a/gtk/gtkpasswordentry.c b/gtk/gtkpasswordentry.c index 7e375a05bc..b6a6dea51b 100644 --- a/gtk/gtkpasswordentry.c +++ b/gtk/gtkpasswordentry.c @@ -729,7 +729,7 @@ gtk_password_entry_set_extra_menu (GtkPasswordEntry *entry, * * Gets the menu model set with gtk_password_entry_set_extra_menu(). * - * Returns: (transfer none): (nullable): the menu model + * Returns: (transfer none) (nullable): the menu model */ GMenuModel * gtk_password_entry_get_extra_menu (GtkPasswordEntry *entry)